3.19.13 \(\int \frac {(a+b x)^3}{(a c+(b c+a d) x+b d x^2)^2} \, dx\) [1813]

Optimal. Leaf size=31 \[ \frac {b c-a d}{d^2 (c+d x)}+\frac {b \log (c+d x)}{d^2} \]

[Out]

(-a*d+b*c)/d^2/(d*x+c)+b*ln(d*x+c)/d^2

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 31, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 29, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.069, Rules used = {640, 45} \begin {gather*} \frac {b c-a d}{d^2 (c+d x)}+\frac {b \log (c+d x)}{d^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(a + b*x)^3/(a*c + (b*c + a*d)*x + b*d*x^2)^2,x]

[Out]

(b*c - a*d)/(d^2*(c + d*x)) + (b*Log[c + d*x])/d^2

Rule 45

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rule 640

Int[((d_) + (e_.)*(x_))^(m_.)*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Int[(d + e*x)^(m + p)*(a
/d + (c/e)*x)^p, x] /; FreeQ[{a, b, c, d, e, m}, x] && NeQ[b^2 - 4*a*c, 0] && EqQ[c*d^2 - b*d*e + a*e^2, 0] &&
 IntegerQ[p]

Rubi steps

\begin {align*} \int \frac {(a+b x)^3}{\left (a c+(b c+a d) x+b d x^2\right )^2} \, dx &=\int \frac {a+b x}{(c+d x)^2} \, dx\\ &=\int \left (\frac {-b c+a d}{d (c+d x)^2}+\frac {b}{d (c+d x)}\right ) \, dx\\ &=\frac {b c-a d}{d^2 (c+d x)}+\frac {b \log (c+d x)}{d^2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 31, normalized size = 1.00 \begin {gather*} \frac {b c-a d}{d^2 (c+d x)}+\frac {b \log (c+d x)}{d^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(a + b*x)^3/(a*c + (b*c + a*d)*x + b*d*x^2)^2,x]

[Out]

(b*c - a*d)/(d^2*(c + d*x)) + (b*Log[c + d*x])/d^2

________________________________________________________________________________________

Maple [A]
time = 0.65, size = 33, normalized size = 1.06

method result size
default \(\frac {b \ln \left (d x +c \right )}{d^{2}}-\frac {a d -b c}{d^{2} \left (d x +c \right )}\) \(33\)
risch \(\frac {b \ln \left (d x +c \right )}{d^{2}}-\frac {a}{d \left (d x +c \right )}+\frac {b c}{d^{2} \left (d x +c \right )}\) \(39\)
norman \(\frac {-\frac {a \left (a b d -b^{2} c \right )}{d^{2} b}-\frac {\left (a \,b^{2} d -b^{3} c \right ) x}{d^{2} b}}{\left (b x +a \right ) \left (d x +c \right )}+\frac {b \ln \left (d x +c \right )}{d^{2}}\) \(71\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x+a)^3/(a*c+(a*d+b*c)*x+b*d*x^2)^2,x,method=_RETURNVERBOSE)

[Out]

b*ln(d*x+c)/d^2-(a*d-b*c)/d^2/(d*x+c)

________________________________________________________________________________________

Maxima [A]
time = 0.27, size = 34, normalized size = 1.10 \begin {gather*} \frac {b c - a d}{d^{3} x + c d^{2}} + \frac {b \log \left (d x + c\right )}{d^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^3/(a*c+(a*d+b*c)*x+b*d*x^2)^2,x, algorithm="maxima")

[Out]

(b*c - a*d)/(d^3*x + c*d^2) + b*log(d*x + c)/d^2

________________________________________________________________________________________

Fricas [A]
time = 3.10, size = 37, normalized size = 1.19 \begin {gather*} \frac {b c - a d + {\left (b d x + b c\right )} \log \left (d x + c\right )}{d^{3} x + c d^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^3/(a*c+(a*d+b*c)*x+b*d*x^2)^2,x, algorithm="fricas")

[Out]

(b*c - a*d + (b*d*x + b*c)*log(d*x + c))/(d^3*x + c*d^2)

________________________________________________________________________________________

Sympy [A]
time = 0.10, size = 27, normalized size = 0.87 \begin {gather*} \frac {b \log {\left (c + d x \right )}}{d^{2}} + \frac {- a d + b c}{c d^{2} + d^{3} x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)**3/(a*c+(a*d+b*c)*x+b*d*x**2)**2,x)

[Out]

b*log(c + d*x)/d**2 + (-a*d + b*c)/(c*d**2 + d**3*x)

________________________________________________________________________________________

Giac [A]
time = 1.33, size = 32, normalized size = 1.03 \begin {gather*} \frac {b \log \left ({\left | d x + c \right |}\right )}{d^{2}} + \frac {b c - a d}{{\left (d x + c\right )} d^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^3/(a*c+(a*d+b*c)*x+b*d*x^2)^2,x, algorithm="giac")

[Out]

b*log(abs(d*x + c))/d^2 + (b*c - a*d)/((d*x + c)*d^2)

________________________________________________________________________________________

Mupad [B]
time = 0.05, size = 32, normalized size = 1.03 \begin {gather*} \frac {b\,\ln \left (c+d\,x\right )}{d^2}-\frac {a\,d-b\,c}{d^2\,\left (c+d\,x\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*x)^3/(a*c + x*(a*d + b*c) + b*d*x^2)^2,x)

[Out]

(b*log(c + d*x))/d^2 - (a*d - b*c)/(d^2*(c + d*x))

________________________________________________________________________________________